projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6da0c9
)
overlay: Trivial indentation fix
author
Timm Bäder
<mail@baedert.org>
Sun, 13 Jan 2019 04:49:26 +0000
(
05:49
+0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 13 Jan 2019 07:23:25 +0000
(08:23 +0100)
gtk/gtkoverlay.c
patch
|
blob
|
history
diff --git
a/gtk/gtkoverlay.c
b/gtk/gtkoverlay.c
index 86b2004f2e1e43585360486be2219e7f17c12607..47a8bb295e3b0798f0a4509e169ec1dd6451c69f 100644
(file)
--- a/
gtk/gtkoverlay.c
+++ b/
gtk/gtkoverlay.c
@@
-314,7
+314,7
@@
gtk_overlay_size_allocate (GtkWidget *widget,
gtk_widget_size_allocate (main_widget,
&(GtkAllocation) {
0, 0,
-
width, height
+ width, height
}, -1);
for (child = gtk_widget_get_first_child (widget);